projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd84057
)
(extraclean): Don't delete *~.
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 16 Jul 2007 22:35:41 +0000
(22:35 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 16 Jul 2007 22:35:41 +0000
(22:35 +0000)
leim/makefile.w32-in
patch
|
blob
|
history
diff --git
a/leim/makefile.w32-in
b/leim/makefile.w32-in
index 08022d38cf253214afd5a5a32e80e45a18a1bfc2..6f6508fecebfd5a39bac708c2baaa380db149f12 100644
(file)
--- a/
leim/makefile.w32-in
+++ b/
leim/makefile.w32-in
@@
-215,5
+215,7
@@
distclean: clean
maintainer-clean: distclean
- $(FOREACH) $(WORLD) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
+# We used to delete *~ here, but that might inadvertently remove
+# precious files if it happens to match their short 8+3 aliases.
extraclean: maintainer-clean
- - $(FOREACH) *~ "#*" $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
+ - $(FOREACH) *
.el
~ "#*" $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)